home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / misc / wexmast / wordemohelp.txt < prev    next >
Text File  |  1997-07-08  |  3KB  |  72 lines

  1. World Rotation Demo
  2.  
  3. The World Rotation Demo creates animated views of rotating map
  4. projections.  Images can be warped on to any of nine different
  5. projections.  This demo uses IDL's MAP_SET, MAP_IMAGE, and
  6. XINTERANIMATE routines.
  7.  
  8. Select the "SPIN" button to create an new 
  9. animation.  The new animation frames will be drawn
  10. one by one into an animation window.  When all of 
  11. the frames have been drawn, the new animated "movie"
  12. will be shown.  Only one animation can be displayed
  13. at a time.  To create another animation, select 
  14. "End Animation" from the animation window, adjust any
  15. options, and select "SPIN" again.
  16.  
  17. To use a different image, select the "Get a New Image"
  18. button.  A list of available images will appear.  Select
  19. one and the list of images will go away.  Adjust any options
  20. and select the "SPIN" button to see the new image in all of
  21. its animated glory.
  22.  
  23. To quit the World Rotation Demo, select "Done".
  24.  
  25. The World Rotation Demo options are described below:
  26.  
  27. Select the type of projection to use from the "Map
  28. Projections" menu. The buttons below the Projections 
  29. menu select continent drawing, grid drawing, and bilinear 
  30. interpolation options.
  31.  
  32. Select "Draw Continents" to draw continent outlines over 
  33. the map projection.
  34.  
  35. Select "Draw Grid" to draw latitude and longitude lines
  36. over the map projection.
  37.  
  38. Select "Bilinear Interpolation" to smooth the color 
  39. gradients in the warped image. The default is no 
  40. interpolation.
  41.  
  42. The "Latitude to be Centered" slider controls the 
  43. "viewing angle" in the latitude direction. The default
  44. is 0 latitude. Choose 90 or -90 for polar projections.
  45.  
  46. The "Rotation of North" slider controls the angle of
  47. rotation of the North axis. The default is 0 degrees.
  48.  
  49. The "Animation Window Size" fields control the width and
  50. height of the animation frames in pixels. Larger values 
  51. provide higher resolution, take longer to draw, and use 
  52. more memory.
  53.  
  54. The "Number of Frames" slider selects the number of
  55. equally-spaced frames to use in the animation.  Larger
  56. numbers of frames make the animation look "smoother" but 
  57. also take more time and memory.
  58.  
  59. The "Messages" window provides instructions and status
  60. messages.
  61.  
  62. This super-cool widget demo was created by RSI's
  63. Keith R. Crosley using the IDL/widgets graphical 
  64. user interface toolkit. 
  65.  
  66. Keith is a documentation guy, not a 
  67. professional programmer. If he can write a widget, 
  68. you can too! Examine the file WORLDDEMO.PRO if you want
  69. to see the simple code that created this widget application.
  70.  
  71.     August, 1991
  72.